home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / haziran / 09 / setup.exe / mwe400.CAB / Mwe.cfn / Providers.json < prev    next >
JavaScript Object Notation  |  2001-03-25  |  3KB

  1. {
  2.     "schema": {
  3.         "Description": "Text (255)",
  4.         "Free": "Boolean NOT NULL",
  5.         "Provider": "Text (255)",
  6.         "Ftp_Destination": "Text (255)",
  7.         "Ftp_Root": "Text (255)",
  8.         "Account_address": "Text (255)",
  9.         "Homepage": "Text (255)",
  10.         "Joining_Page": "Text (255)",
  11.         "Working": "Boolean NOT NULL",
  12.         "List": "Boolean NOT NULL",
  13.         "Other_Value_Msg": "Text (255)"
  14.     },
  15.     "data": [
  16.         {
  17.             "Description": "Subscription Internet provider offering 10MB free web space.",
  18.             "Free": 0,
  19.             "Provider": "BT Internet",
  20.             "Ftp_Destination": "ftp.btinternet.com",
  21.             "Ftp_Root": "/pub/",
  22.             "Account_address": "http://www.btinternet.com/~[username]",
  23.             "Homepage": "http://www.btinternet.com",
  24.             "Working": 1,
  25.             "List": 1
  26.         },
  27.         {
  28.             "Description": "Unlimited Web space. Available to all via Web, completely free.",
  29.             "Free": 1,
  30.             "Provider": "XOOM.com (FREE)",
  31.             "Ftp_Destination": "ftp.xoom.com",
  32.             "Ftp_Root": "/",
  33.             "Account_address": "http://members.xoom.com/[username]",
  34.             "Homepage": "http://www.xoom.com",
  35.             "Joining_Page": "http://www.xoom.com/join/?R=0&P=8",
  36.             "Working": 1,
  37.             "List": 1
  38.         },
  39.         {
  40.             "Description": "Free ISP from Netscape (registeration and set-up disks are required)",
  41.             "Free": 0,
  42.             "Provider": "Netscape Online UK",
  43.             "Ftp_Destination": "members.netscapeonline.co.uk",
  44.             "Ftp_Root": "/",
  45.             "Account_address": "http://members.netscapeonline.co.uk/[username]",
  46.             "Homepage": "http://www.netscapeonline.co.uk",
  47.             "Joining_Page": "http://members.netscapeonline.co.uk/",
  48.             "Working": 0,
  49.             "List": 0
  50.         },
  51.         {
  52.             "Free": 0,
  53.             "Provider": "Demon UK",
  54.             "Ftp_Destination": "homepages.demon.co.uk",
  55.             "Ftp_Root": "/",
  56.             "Account_address": "http://www.[username].demon.co.uk",
  57.             "Working": 0,
  58.             "List": 1
  59.         },
  60.         {
  61.             "Description": "AOL (America Online)",
  62.             "Free": 0,
  63.             "Provider": "AOL.COM",
  64.             "Ftp_Destination": "members.aol.com",
  65.             "Ftp_Root": "/",
  66.             "Account_address": "http://members.aol.com/[username]",
  67.             "Homepage": "http://members.aol.com/",
  68.             "Working": 1,
  69.             "List": 1
  70.         },
  71.         {
  72.             "Description": "Other Internet Provider",
  73.             "Free": 0,
  74.             "Provider": "[Other]",
  75.             "Ftp_Destination": "ftp.[provider].com",
  76.             "Ftp_Root": "/",
  77.             "Account_address": "http://members.[provider].com/[username]",
  78.             "Working": 0,
  79.             "List": 1
  80.         },
  81.         {
  82.             "Description": "Limited web space provided at resonable speed",
  83.             "Free": 1,
  84.             "Provider": "Tripod Lycos (FREE)",
  85.             "Ftp_Destination": "ftp.tripod.com",
  86.             "Ftp_Root": "/",
  87.             "Account_address": "http://[username].tripod.com",
  88.             "Homepage": "http://www.tripod.lycos.com/",
  89.             "Joining_Page": "http://www.tripod.lycos.com/bin/membership/activate",
  90.             "Working": 1,
  91.             "List": 1
  92.         },
  93.         {
  94.             "Description": "Freeserve, UK biggest ISP",
  95.             "Free": 0,
  96.             "Provider": "Freeserve",
  97.             "Ftp_Destination": "uploads.webspace.freeserve.net",
  98.             "Ftp_Root": "/",
  99.             "Account_address": "http://www.[username]",
  100.             "Homepage": "http://www.freeserve.net",
  101.             "Working": 1,
  102.             "List": 1
  103.         },
  104.         {
  105.             "Description": "Compuserve in the USA",
  106.             "Free": 0,
  107.             "Provider": "Compuserve (US)",
  108.             "Ftp_Destination": "ftp.compuserve.com",
  109.             "Ftp_Root": "/",
  110.             "Account_address": "http://ourworld.compuserve.com/homepages/[username]",
  111.             "Homepage": "http://www.compuserve.com",
  112.             "Working": 0,
  113.             "List": 0
  114.         },
  115.         {
  116.             "Description": "Cable & Wireless Communications",
  117.             "Free": 0,
  118.             "Provider": "Cable & Wireless",
  119.             "Ftp_Destination": "www.[other_value].cwc.net",
  120.             "Ftp_Root": "/bin/ls",
  121.             "Account_address": "http://www.[other_value].cwc.net",
  122.             "Homepage": "http://www.cwcom.net",
  123.             "Working": 1,
  124.             "List": 0,
  125.             "Other_Value_Msg": "Cable & Wireless requires that you register a domain name from their homepage www.cwcom.net . When you have this enter it here. Enter only the www.[this part].cwc.net !"
  126.         }
  127.     ]
  128. }